home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR06 / UU162B.ZIP / EXPORT.BAT < prev    next >
DOS Batch File  |  1993-06-23  |  384b  |  14 lines

  1. REM Export Only Functions on Registered Versions of UU
  2. goto :end
  3. REM ^^^^ Remove this line after you have adjusted this file
  4.  
  5. REM vvvv CHANGE BELOW PATH AND PROTOCOL TO SUIT YOUR NEEDS!!!!!!
  6. d:\BBS\ZMODEM\Gsz.EXE sz -r -m %1
  7. REM ^^^^ Transmit File (File Name in %1)
  8.  
  9. if errorlevel == 1 GOTO END
  10. DEL %1
  11. REM ^^^^ If File Still Exists an Exportation is Assumed Failed
  12.  
  13. :END
  14.